Description compute average length (m) of a cell of a grid as the squareroot of area Input grid of type grid_real
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grid_real), | intent(in) | :: | gridIn | |||
integer, | intent(in) | :: | i |
row and column of cell |
||
integer, | intent(in) | :: | j |
row and column of cell |
Description compute average length (m) of a cell of a grid as the squareroot of area Input grid of type grid_integer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grid_integer), | intent(in) | :: | gridIn | |||
integer, | intent(in) | :: | i |
row and column of cell |
||
integer, | intent(in) | :: | j |
row and column of cell |